home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VGADOC4B.ZIP / HUALON.TXT < prev    next >
Text File  |  1995-09-29  |  1KB  |  64 lines

  1. Hualon Microelectronics Corporation
  2.  
  3. HM86304    512K
  4. HM86314    Upto 1MB
  5.  
  6.  
  7. Support chips:
  8.  
  9. HM8694P-304  Clock chip
  10.  
  11.  
  12. 3C4h index E7h (R/W):
  13. bit   0  Set in interlaced modes
  14.       1  Set in 256c enhanced modes.
  15.       2  In planar modes enables access (both display and read/write) to the
  16.          second bank at $B000 (upper 256K).
  17.     3,5  ??
  18.       4  Set if 512K, clear if 256K
  19.       6  Clock Select bit 2. Bits 0-1 are in 3CCh bits 2-3.
  20.          Clocks:  0: 25,175, 1: 28.322, 2: 32.5, 3: 36,
  21.                   4: 40, 5: 44.9, 6: 80 7: 65MHz
  22.       7  Clock Select ?
  23.  
  24. 3C4h index E8h (R/W):
  25. bit 0-7  ??
  26.  
  27. 3C4h index EDh (R/W):
  28. bit   0  Display Start Address bit 16.
  29.     1-7  ??
  30.  
  31. 3C4h index EEh (R/W):
  32. bit 0-3  ??
  33.     4-6  64k bank number
  34.       7  ??
  35.  
  36. 3C4h index EFh (R/W):
  37. bit 0-4  ??
  38.       5  Sync ??
  39.     6-7  ??
  40.  
  41. The Hualon chip appears to use 3C4h index E0h-EFh.
  42.  
  43.  
  44. ID Hualon chip set:
  45.  
  46. if testrg($3C4,$E7) and testrg($3C4,$EE) then
  47. begin
  48.   Hualon HM86304
  49. end;
  50.  
  51. Video Modes:
  52. 20h  T   132   25   16  (8x16)
  53. 21h  T   132   44   16  (8x8)
  54. 22h  T   132   25   16  (8x14)
  55. 28h  G   800  600   16  PL4
  56. 29h  G  1024  768   16  PL4   . Interlaced
  57. 2Ah  G  1024  768   16  PL4   . Non-interlaced
  58. 2Bh  G   640  200  256  P
  59. 2Ch  G   640  400  256  P8
  60. 2Dh  G   640  480  256  P8
  61. 2Eh  G   800  600  256  P8    . (832 bytes per scanline)
  62. 31h  G  1024  768    4  PL2     Interlaced
  63. 32h  G  1024  768    4  PL2   . Non-interlaced
  64.